All Questions
Tagged with contenttheme-development
10 questions
0votes
1answer
126views
For some time, some of my pages do not display the content anymore. Any idea where this could be coming from?
I recently worked on this website : https://semaine.com/ But since some time the content of the pages https://semaine.com/classroom/ and https://semaine.com/cinema/ are not displayed anymore. The ...
0votes
0answers
120views
How to separate two columns from one content on a page template?
I am just creating my first serious web project built on Wordpress and during my task (basically learning by doing) i came to a following problem. The designer wants to show two columns of text on ...
0votes
1answer
1kviews
How to Create custom xml file for demo content for custom theme?
I am created custom Wordpress theme. Now i need to create functionality for demo content import such as Pages, Posts, Widgets, media and menu. My question for demo content is possible for above ...
0votes
1answer
327views
A post with a clear:both in its css destroy the theme design, and the sidebar is moved to the bottom
Everything was working well, but somebody wrote a post with the following inside: <iframe blablabla (a video) </iframe> <div style="clear: both; height: 3px; width: 592px;"></div>...
1vote
2answers
8kviews
How to add custom page elements to the WYSIWYG editor?
On a plugin-less Worpress installation the WYSIWYG editor allows to write a page down from top to bottom with style buttons (lists, font, italics, bold, add picture ...). What I am missing is the ...
0votes
1answer
111views
Recommended sidebar / content widths
I'm developing my own theme. Does WordPress recommend or require a minimum or maximum when it comes to the width of the content or sidebar elements of an post, page or archive page? If not, are there ...
0votes
1answer
158views
Is there a way to keep youtube videos from displaying on home page, and display only on single posts?
I have an interesting problem that requires a bit of creativity to solve. We have a website where we are creating a video narrative about our son who was born with Down syndrome. We do a daily post ...
0votes
1answer
82views
matisse theme show excerpts not whole content
I want to only show the excerpts, not the entire content, This question has been asked and answered in respect of the twenty eleven theme. Matisse theme is different. where can i find the files to ...
0votes
1answer
2kviews
How do I do a page break?
Is there a way to add a page break into length pages? Preferably automatically, but doesn't really matter. Ideally without a plugin.
1vote
3answers
4kviews
Finding the paragraphs in content
I am trying to create two functions, one that catches the first paragraph of some content, and one that catches the rest, but I have hit a bit of a conundrum. I have this in my single.php: <div ...